golang.org/x/net/http2.roundRobinWriteScheduler.streams (field)

7 uses

	golang.org/x/net/http2 (current package)
		writesched_roundrobin.go#L17: 	streams map[uint32]*writeQueue
		writesched_roundrobin.go#L34: 		streams: make(map[uint32]*writeQueue),
		writesched_roundrobin.go#L40: 	if ws.streams[streamID] != nil {
		writesched_roundrobin.go#L44: 	ws.streams[streamID] = q
		writesched_roundrobin.go#L60: 	q := ws.streams[streamID]
		writesched_roundrobin.go#L74: 	delete(ws.streams, streamID)
		writesched_roundrobin.go#L85: 	q := ws.streams[wr.StreamID()]